home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / StudentPaneDiff.nib / data.classes next >
Text File  |  1993-06-27  |  715b  |  52 lines

  1. PaneAgent = {
  2.     OUTLETS = {
  3.     controller;
  4.     inspectorBox;
  5.     };
  6.     SUPERCLASS = UniqueAgent;
  7. };
  8. NibAgent = {
  9.     ACTIONS = {
  10.     makeKeyAndOrderFront:;
  11.     };
  12.     OUTLETS = {
  13.     mainWindow;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. LicensePaneAgent = {
  23.     ACTIONS = {
  24.     selectText:;
  25.     nextForm:;
  26.     toggleNonUS:;
  27.     printEmulator:;
  28.     };
  29.     OUTLETS = {
  30.     nameForm;
  31.     foreignForm;
  32.     cityForm;
  33.     stateForm;
  34.     zipForm;
  35.     nonUSSwitch;
  36.     };
  37.     SUPERCLASS = PaneAgent;
  38. };
  39. UniqueAgent = {
  40.     ACTIONS = {
  41.     windowWillClose:;
  42.     };
  43.     SUPERCLASS = NibAgent;
  44. };
  45. StudentPaneAgent = {
  46.     OUTLETS = {
  47.     emailForm;
  48.     totalField;
  49.     };
  50.     SUPERCLASS = LicensePaneAgent;
  51. };
  52.